Dashboard Temp Share Shortlinks Frames API

huxn-webdev - HTMLify profile

files of /huxn-webdev/HTML-CSS-JavaScript-100-Projects/51. Eye Follow/

app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/51. Eye Follow/app.js
11 Views
0 Comments
document.querySelector("body").addEventListener("mousemove", eyeball);

function eyeball() {
let eyes = document.querySelector
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/51. Eye Follow/index.html
22 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/51. Eye Follow/style.css
18 Views
0 Comments
body {
margin: 0;
padding: 0;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;